SimdSet.clear

Undocumented in source. Be warned that the author may not have intended to support it.
struct SimdSet(T, Allocator = Mallocator)
void
clear
()
if (
T.sizeof == 1 ||
T.sizeof == 2
||
T.sizeof == 4
||
T.sizeof == 8
)

Meta